﻿html, body, form {
    line-height:14px;
}

html {
    height: 100%;
}

#map-wrapper {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    width: 100%;
    position: static;
    margin-top: -16px;
    min-height: 632px;
    height: calc(100vh - 172px);
}
.main-content-container#map-wrapper, .main-content-container #map-wrapper {
    margin-bottom: -16px;
}
.tab-content #map-wrapper {
    height: calc(100vh - 230px);
}
#disclaimerBanner + .main-content-container #map-wrapper {
    height: calc(100vh - 230px);
}
#disclaimerBanner + .main-content-container .tab-content #map-wrapper {
    height: calc(100vh - 317px);
}

.manitowoc #map-wrapper {
    height: calc(100vh - 115px);
}
.manitowoc .tab-content #map-wrapper {
    height: calc(100vh - 173px);
}
#disclaimerBanner + .manitowoc.main-content-container #map-wrapper {
    height: calc(100vh - 173px);
}
#disclaimerBanner + .manitowoc.main-content-container .tab-content #map-wrapper {
    height: calc(100vh - 228px);
}

#mapdiv {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hidden{
    display:none;
}

#page-title{
    z-index:1000;
}

.ui-tooltip-icon{
    display:none;
}
.parcel-detail-link{
    cursor:pointer;
}

.map_toggle {
    margin-right: -32px;
}
.ui-accordion .ui-accordion-content {
    padding: 5px;
}

.detail_area {
    padding-bottom: 5px;
}

[tabindex] {
    outline: none !important;
}

/* Other Site Popup */
.otherSite.leaflet-popup {
    margin-bottom: 0;
}

.otherSite.leaflet-popup .leaflet-popup-content-wrapper {
    border: 1px solid #696C70;
    border-radius: 4px;
    min-height: initial;
    box-shadow: none;
}

.otherSite.leaflet-popup .leaflet-popup-tip-container {
    display: none;
}

.otherSite.leaflet-popup .leaflet-popup-content {
    margin: 10px;
}

.otherSite.leaflet-popup .leaflet-popup-content p {
    margin: 8px 0 4px 0;
}

.leaflet-control-attribution {
    display: none !important;
}

#layer-bar {
    position: absolute;
    z-index: 500;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-top: 1px;
    padding-left: 48px;
    vertical-align: middle;
    color: #D5D5D5;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}

#layer-bar a {
    font-weight: 700;
    color: #D5D5D5;
    text-decoration: underline;
}

#layer-bar a:hover, #layer-bar a:focus {
    color: #FFF;
}

.property-popup {
    width: 300px;
    position: absolute;
    top: 48px;
    left: 458px;
    background-color: #FFF;
    padding: 10px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
    border-radius: 4px;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
    max-height: calc(100% - 96px);
    overflow-x: hidden;
    overflow-y: auto;
}

.cluster-marker {
    background-color: #739F2D;
    color: white;
    text-align: center;
    border: 2px solid white;
    display: flex;
    align-items: center;
    z-index: 999999999 !important;
}

.cluster-marker > * {
    flex: 1 1 auto;
}

.application-link {
    margin-bottom: 8px;
}

.cluster-marker.leaflet-pulsing-icon:after {
    display: none;
}

.leaflet-popup-content-body {
    max-height: 160px;
    overflow: visible auto;
    padding: 4px 12px 4px 0;
}